解析图书馆电影地址脚本

pjq@localhost ~/shell/movies $ cat dmlist.sh #!/bin/bash #this shell is used to get the real URL of the movie on :http://210.29.99.11:6666 # mkdir -p “/tmp/movie” tmp=”/tmp/movie” echo $tmp wget -O ${tmp}/htm “http://210.29.99.11:6666/view/list.exl” page_number=`cat ${tmp}/htm|iconv -c -f gb2312 -t utf8|grep “共有”|cut -d … Continue reading 解析图书馆电影地址脚本